home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
apps
/
565
/
idealist.3_1
/
testtext
/
test_zz.txt
< prev
Wrap
Text File
|
1991-10-31
|
2KB
|
81 lines
01 *********************************************************************
02 * With this simple text file you can find out the number of *
03 * Pica-lines (6 lines per inch), that your is able to print *
04 * at one sheet. *
05 * *
06 * Instructions: *
07 * - Print it out just with the standard desktop function. *
08 * - Be shure, that your printer is set to a line distance of 6 lpi *
09 * (for instance by a reset *
10 * or if it is switched off and on again) *
11 * *
12 * *
13 * Result: *
14 * The last line number is the wanted value! *
15 * In your adaption file (IDEALIST.IDA?) you may *
16 * set this value instead the default value of '60' *
17 * at number of lines in pica-lines (6 lpi) (single paper). *
18 * *
19 * That's all, folks *
20 *********************************************************************
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80